Programming With QuickTime VR 2.1

Previous | Overview | Contents | Next

Movie Controller and Media Types

The QuickTime VR Manager defines these constants that you can use to specify a controller subtype and media type:

enum {
    kQTVRControllerSubType                          = 'ctyp',
    kQTVRQTVRType                                   = 'qtvr'
};

Constant descriptions

kQTVRControllerSubType
The subtype of the QuickTime VR movie controller.
kQTVRQTVRType
The media type of the QTVR track.

© 1997 Apple Computer, Inc.

Previous | Overview | Contents | Next